Catch 1
select count(SongId) from chartsquery where (genre='R') and (subgenre='Adult Contemporary')
RowsCount=0Catch 1B
select count(SongId) from chartsquery where (genre='R')
RowsCount=0